home *** CD-ROM | disk | FTP | other *** search
/ Competitive 420 Boathandling / Competitive 420 Boathandling.iso / html / style.css < prev   
Encoding:
Cascading Style Sheet File  |  2001-10-25  |  305 b   |  20 lines

  1. BODY {
  2.     background-color : black;
  3.     color : White;
  4.     font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  5.     margin            :    5px;
  6. }
  7.  
  8. A {
  9.     color : White;
  10.     text-decoration : none;
  11. }
  12.  
  13. A:HOVER {
  14.     color : White;
  15.     text-decoration : underline;
  16.     text-align : center;
  17. }H1 {
  18.     font-size : large;
  19. }
  20.